Writes the specified double array as a System.Xml.XmlElement object with the specified name and the specified parent.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public XmlElement WriteDoubleArray ( |
Visual Basic
Copy Code
|
|---|
Public Function WriteDoubleArray( _ |
The double array to write.
The name of the new element.
The name of the subelements that will hold the double values.
The parent of the new element.
The newly created System.Xml.XmlElement.
See Also